home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 May / maximum-cd-2002-05.iso / Software / Extras / Mods / StrikeForce / sf175_win.exe / Main / batch file notes.txt < prev    next >
Encoding:
Text File  |  2002-03-08  |  1.2 KB  |  32 lines

  1. Notes for running batch files for dedicated servers (NOTE: these only work on Windows machines, Not Linux/Mac).
  2.  
  3. 1. Place the batch files in your SFSystem directory
  4. 2. If you want, make SHORTCUTS to them on your desktop or wherever
  5. 3. If you have installed UT/SF to any other drive than C:\, you MUST edit each of the batch    files and change the directory call. 
  6.  
  7.    Example:
  8.  
  9.    If you installed UT/SF to D:\ drive, you must change this line:
  10.  
  11.    :top
  12. C:\UnrealTournament\System\UCC.exe server SFDM-SleepyTown.unr?game=SFGame.SFDM -log=strikeforce.log -INI=StrikeForce.ini -USERINI=SFUser.ini
  13. copy strikeforce.log strikeforcecrash.log
  14. goto top
  15.  
  16. TO READ LIKE THIS:
  17.  
  18.   :top
  19. D:\UnrealTournament\System\UCC.exe server SFDM-SleepyTown.unr?game=SFGame.SFDM -log=strikeforce.log -INI=StrikeForce.ini -USERINI=SFUser.ini
  20. copy strikeforce.log strikeforcecrash.log
  21. goto top
  22.  
  23. Notice it calls to D:\ instead of C:\
  24.  
  25.  
  26.  
  27. LET ME KNOW BEFORE THE FINAL RELEASE SO THAT I MAY TWEAK THESE TO INCLUDE THE BASE-SWAP (AFTER I ASK GRUFF) AND THE MAPVOTE (A TRUE MUTATOR). 
  28.  
  29. PS THIS IS FOR YOU AND YOU ONLY OPTI FOR RIGHT NOW TILL WE GET IT TESTED COMPLETELY
  30.  
  31. Cereal*Killer
  32.